Extension point adapters
In component org.nuxeo.ecm.platform.io.IOManager
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.io.descriptors.IOResourceAdapterDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="adapters" target="org.nuxeo.ecm.platform.io.IOManager"> <adapter class="org.nuxeo.ecm.platform.audit.io.IOAuditAdapter" name="audit_logs"> <property name="nothing">default</property> </adapter> </extension>
-
<extension point="adapters" target="org.nuxeo.ecm.platform.io.IOManager"> <adapter class="org.nuxeo.ecm.platform.relations.io.IORelationAdapter" name="template_relations"> <property name="graph">default</property> <property name="ignore-external">true</property> </adapter> </extension>